[INFO] cloning repository https://github.com/kittskevin/projgit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kittskevin/projgit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkittskevin%2Fprojgit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkittskevin%2Fprojgit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 980d2c61e220b7a046236b0fedc8eec13c3e222a
[INFO] fixing kittskevin/projgit against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkittskevin%2Fprojgit" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kittskevin/projgit
[INFO] finished tweaking git repo https://github.com/kittskevin/projgit
[INFO] tweaked toml for git repo https://github.com/kittskevin/projgit written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kittskevin/projgit on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kittskevin/projgit already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c0655b879791bf57937b666fe984a013e0c0bdbaa39bc7ce7216e5d807623d9b
[INFO] running `Command { std: "docker" "start" "c0655b879791bf57937b666fe984a013e0c0bdbaa39bc7ce7216e5d807623d9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0655b879791bf57937b666fe984a013e0c0bdbaa39bc7ce7216e5d807623d9b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0655b879791bf57937b666fe984a013e0c0bdbaa39bc7ce7216e5d807623d9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0655b879791bf57937b666fe984a013e0c0bdbaa39bc7ce7216e5d807623d9b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/projgit-core/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-cli/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-daemon/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-fuse/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-winfsp/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking gix-trace v0.1.19
[INFO] [stderr]     Checking faster-hex v0.9.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking prodash v28.0.0
[INFO] [stderr]     Checking jiff v0.2.24
[INFO] [stderr]     Checking winnow v0.6.26
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking gix-hash v0.14.2
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking gix-utils v0.1.14
[INFO] [stderr]     Checking gix-chunk v0.4.12
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking unicode-bom v2.0.3
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking kstring v2.0.2
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking uluru v3.1.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking gix-bitmap v0.2.16
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking gix-features v0.38.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking gix-sec v0.10.12
[INFO] [stderr]     Checking gix-fs v0.11.3
[INFO] [stderr]     Checking clru v0.6.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking tokio v1.52.2
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling fuser v0.17.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking gix-tempfile v14.0.2
[INFO] [stderr]     Checking projgit-winfsp v0.0.0 (/opt/rustwide/workdir/crates/projgit-winfsp)
[INFO] [stderr]     Checking gix-lock v14.0.0
[INFO] [stderr]    Migrating crates/projgit-winfsp/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]     Checking gix-validate v0.10.1
[INFO] [stderr]     Checking gix-date v0.9.4
[INFO] [stderr]     Checking gix-validate v0.9.4
[INFO] [stderr]     Checking gix-quote v0.4.15
[INFO] [stderr]     Checking gix-commitgraph v0.24.3
[INFO] [stderr]     Checking gix-packetline v0.17.6
[INFO] [stderr]     Checking gix-packetline-blocking v0.17.5
[INFO] [stderr]     Checking gix-path v0.10.22
[INFO] [stderr]     Checking gix-actor v0.32.0
[INFO] [stderr]     Checking gix-object v0.44.0
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking gix-config-value v0.14.12
[INFO] [stderr]     Checking gix-glob v0.16.5
[INFO] [stderr]     Checking gix-command v0.3.11
[INFO] [stderr]     Checking gix-url v0.27.5
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking gix-ref v0.47.0
[INFO] [stderr]     Checking gix-diff v0.46.0
[INFO] [stderr]     Checking gix-prompt v0.8.9
[INFO] [stderr]     Checking gix-attributes v0.22.5
[INFO] [stderr]     Checking gix-ignore v0.11.4
[INFO] [stderr]     Checking gix-credentials v0.24.5
[INFO] [stderr]     Checking gix-pathspec v0.7.7
[INFO] [stderr]     Checking gix-filter v0.13.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking gix-config v0.40.0
[INFO] [stderr]     Checking gix-discover v0.35.0
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking gix-hashtable v0.5.2
[INFO] [stderr]     Checking gix-revwalk v0.15.0
[INFO] [stderr]     Checking gix-pack v0.53.0
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking gix-revision v0.29.0
[INFO] [stderr]     Checking gix-traverse v0.41.0
[INFO] [stderr]     Checking gix-negotiate v0.15.0
[INFO] [stderr]     Checking gix-refspec v0.25.0
[INFO] [stderr]     Checking gix-index v0.35.0
[INFO] [stderr]     Checking gix-submodule v0.14.0
[INFO] [stderr]     Checking gix-odb v0.63.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking gix-worktree v0.36.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking gix-transport v0.42.3
[INFO] [stderr]     Checking gix-protocol v0.45.3
[INFO] [stderr]     Checking gix v0.66.0
[INFO] [stderr]     Checking projgit-core v0.0.0 (/opt/rustwide/workdir/crates/projgit-core)
[INFO] [stderr]    Migrating crates/projgit-core/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking projgit-fuse v0.0.0 (/opt/rustwide/workdir/crates/projgit-fuse)
[INFO] [stderr]    Migrating crates/projgit-fuse/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-core/tests/integration.rs from 2021 edition to 2024
[INFO] [stderr]     Checking projgit-daemon v0.0.0 (/opt/rustwide/workdir/crates/projgit-daemon)
[INFO] [stderr]    Migrating crates/projgit-core/tests/fetcher.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-core/tests/warm_tree.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-core/tests/projection_fs.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-core/tests/dotgit_index.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-daemon/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/projgit-daemon/src/server.rs:764:11
[INFO] [stdout]     |
[INFO] [stdout] 757 |     let mut active = match state.active.lock() {
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `active` calls a custom destructor
[INFO] [stdout]     |         `active` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 764 |     match repo.mounts.remove(&mountpoint) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 771 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fuser-0.17.0/src/mnt/mod.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | impl Drop for Mount {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout] note: `active` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/projgit-fuse/tests/mount_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-fuse/tests/mount_real_remote.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/projgit-daemon/src/server.rs:764:11
[INFO] [stdout]     |
[INFO] [stdout] 757 |     let mut active = match state.active.lock() {
[INFO] [stdout]     |         ----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `active` calls a custom destructor
[INFO] [stdout]     |         `active` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 764 |     match repo.mounts.remove(&mountpoint) {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 771 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fuser-0.17.0/src/mnt/mod.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | impl Drop for Mount {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout] note: `active` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking projgit-cli v0.0.0 (/opt/rustwide/workdir/crates/projgit-cli)
[INFO] [stderr]    Migrating crates/projgit-fuse/tests/mount_multi.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-daemon/tests/xns_mount_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-daemon/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-daemon/tests/daemon_fetcher_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-cli/examples/bench_mount.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-daemon/tests/mount_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-cli/src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/projgit-cli/src/main.rs (1 fix)
[INFO] [stderr]    Migrating crates/projgit-daemon/tests/fetch_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-cli/tests/attach_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-daemon/tests/sidecar_mount_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-daemon/tests/xprocess_mount_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/projgit-daemon/tests/server_smoke.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.39s
[INFO] [stderr] crater-edition-check: projgit-core v0.0.0 (/opt/rustwide/workdir/crates/projgit-core) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: projgit-cli v0.0.0 (/opt/rustwide/workdir/crates/projgit-cli) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: projgit-daemon v0.0.0 (/opt/rustwide/workdir/crates/projgit-daemon) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: projgit-fuse v0.0.0 (/opt/rustwide/workdir/crates/projgit-fuse) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: projgit-winfsp v0.0.0 (/opt/rustwide/workdir/crates/projgit-winfsp) updating edition from 2021 to 2024
[INFO] [stderr]     Checking projgit-winfsp v0.0.0 (/opt/rustwide/workdir/crates/projgit-winfsp)
[INFO] [stderr]     Checking projgit-core v0.0.0 (/opt/rustwide/workdir/crates/projgit-core)
[INFO] [stderr]     Checking projgit-fuse v0.0.0 (/opt/rustwide/workdir/crates/projgit-fuse)
[INFO] [stderr]     Checking projgit-daemon v0.0.0 (/opt/rustwide/workdir/crates/projgit-daemon)
[INFO] [stderr]     Checking projgit-cli v0.0.0 (/opt/rustwide/workdir/crates/projgit-cli)
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/projgit-cli/src/main.rs:361:5
[INFO] [stdout]     |
[INFO] [stdout] 361 |     unsafe { std::env::set_var("PROJGIT_LOG", level) };
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/projgit-cli/src/main.rs:27:11
[INFO] [stdout]     |
[INFO] [stdout]  27 | #![forbid(unsafe_code)]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/projgit-cli/src/main.rs:361:5
[INFO] [stdout]     |
[INFO] [stdout] 361 |     unsafe { std::env::set_var("PROJGIT_LOG", level) };
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/projgit-cli/src/main.rs:27:11
[INFO] [stdout]     |
[INFO] [stdout]  27 | #![forbid(unsafe_code)]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `projgit-cli` (bin "projgit") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `projgit-cli` (bin "projgit" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "c0655b879791bf57937b666fe984a013e0c0bdbaa39bc7ce7216e5d807623d9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0655b879791bf57937b666fe984a013e0c0bdbaa39bc7ce7216e5d807623d9b", kill_on_drop: false }`
[INFO] [stdout] c0655b879791bf57937b666fe984a013e0c0bdbaa39bc7ce7216e5d807623d9b
